Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ListBase<T> Class / AddRange Method
The collection whose elements should be added to the end of the ListBase<T>.


In This Topic
AddRange Method (ListBase<T>)
In This Topic
Adds the elements of the specified collection to the end of the ListBase<T>.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal collection As IEnumerable(Of T) _
) 
 
'Usage
 
Dim instance As ListBase(Of T)
Dim collection As IEnumerable(Of T)
 
instance.AddRange(collection)

Parameters

collection
The collection whose elements should be added to the end of the ListBase<T>.
See Also